NevronOpenVision
Nevron.Nov.DataStructures Namespace / INQueue<T> Interface
Properties Methods

In This Topic
INQueue<T> Interface Members
In This Topic

The following tables list the members exposed by INQueue<T>.

Public Methods
 NameDescription
 MethodRemoves and returns the item at the beginning of the queue.  
 MethodEnqueue (appends) the item at the end of the queue.  
 MethodReturns the first item of the queue without removing it  
Top
See Also